MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Point<T> Structure
Members

Point<T> Structure
Represents the Point.
Object Model
Point<T> Structure
Syntax
'Declaration
 
Public Structure Point(Of T As {New, Struct}) 
   Inherits System.ValueType
 
Type Parameters
T
Remarks
This structure should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.ActiveReports.Layout.Point<T>

See Also